php forum
php mysql forum
php mysql smarty
 
Topic Options
#285899 - 08/03/05 10:41 AM Finished-[6.5] User List Display Limited by Post Count 1.0
Magle Offline
Journeyman

Registered: 12/22/03
Posts: 109
Loc: Denmark
Mod Name / Version: User List Display Limited by Post Count 1.0 <br /> <br />Description: Users and Guests (if allowed to see the user list), will only see members with a certain minimum post count. Moderators and Administrators still have access to the full list. <br /> <br /> <br />Working Under: UBB.Threads 6.5 <br /> <br />Mod Status: Finished <br /> <br />Any pre-requisites: None <br /> <br />Author(s): Anno <br /> <br />Date: 08/03/05 <br /> <br />Credits: <br /> <br />Files Altered: showmembers.php <br /> <br />New Files: none <br /> <br />Database Altered: no <br /> <br />Info/Instructions:
Code:
 <br /> In showmembers.php <br /> <br />Search for: <br /> <br />// -------------------------------------------------- <br />// Grab the total number of users out of the database <br /> <br /> <br />Insert above: <br />if ( ($user['U_Status'] != 'Moderator') &amp;&amp; ($user['U_Status'] != 'Administrator')){ <br />        $ShowOnlyActiveUsers = " AND U_TotalPosts &gt; 9 "; <br />} <br /> <br /> <br />Search for: <br />   $andlike <br /> <br />Insert below: <br />   $ShowOnlyActiveUsers <br /> <br />(this appears in 2 places with no other code on the same line (as $andlike), insert in both places) <br /> <br />'9' determines the miminum number of posts to be shown, this can be changed to any desired value. If set to 0 only members with 1 or more posts will be shown. 
<br /> <br /> <br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.

Top
#285900 - 08/05/05 11:47 AM Re: Finished-[6.5] User List Display Limited by Post Count 1.0 [Re: ]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
danke! <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top



Moderator:  Ian_W 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks